DocumentUserMetadataDto

data class DocumentUserMetadataDto(expenseType: ExpenseTypeEnum?, folders: List<String>?, notes: String?, warrantyPeriod: DocumentUserMetadataPeriodDto?, returnPeriod: DocumentUserMetadataPeriodDto?)

Parameters

expenseType
  • @param folders The folders this document belongs to

notes

General text note to the document.

warrantyPeriod
  • @param returnPeriod

Constructors

DocumentUserMetadataDto
Link copied to clipboard
fun DocumentUserMetadataDto(expenseType: ExpenseTypeEnum? = null, folders: List<String>? = null, notes: String? = null, warrantyPeriod: DocumentUserMetadataPeriodDto? = null, returnPeriod: DocumentUserMetadataPeriodDto? = null)
  • @param folders The folders this document belongs to

Properties

expenseType
Link copied to clipboard
@SerializedName(value = expenseType)
val expenseType: ExpenseTypeEnum? = null
  • @param folders The folders this document belongs to

folders
Link copied to clipboard
@SerializedName(value = folders)
val folders: List<String>? = null
notes
Link copied to clipboard
@SerializedName(value = notes)
val notes: String? = null
General text note to the document.
returnPeriod
Link copied to clipboard
@SerializedName(value = returnPeriod)
val returnPeriod: DocumentUserMetadataPeriodDto? = null
warrantyPeriod
Link copied to clipboard
@SerializedName(value = warrantyPeriod)
val warrantyPeriod: DocumentUserMetadataPeriodDto? = null
  • @param returnPeriod